home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / DefineSprite_323 / frame_18 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  196 b   |  9 lines

  1. stop();
  2. rndmore = random(100) + 1;
  3. if(rndmore > 80)
  4. {
  5.    hsObj.data.player10.name = rndnames[random(rndl)];
  6.    hsObj.data.player10.score = int(s0 * ((random(80) + 15) / 80));
  7.    gogo();
  8. }
  9.